Complete Status
This API gives the complete status of each of the message in the transaction.
Request Syntax
GET api/v2/message/Business ID/status/<TRANSACTION ID>/complete?apikey=<API KEY>'
Request Body
[
{
"msgkart_msg_id": "66ddbff8-0337-4a1f-822c-e09e10ce3a0b",
"subscriber_id": "919739316704",
"msg_type": "template",
"msg_status": "read",
"error_code": "",
"failed_reason": "",
"failed_at": 0,
"time_stamp": 1739443329,
"accepted_at": 1739443330,
"sent_at": 1739443336,
"delivered_at": 1739443336,
"read_at": 1739443341,
"language": "en_US",
"template_name": "normai_media"
}
]
Response Body
[
{
"msgkart_msg_id": "66ddbff8-0337-4a1f-822c-e09e10ce3a0b",
"subscriber_id": "919739316704",
"msg_type": "template",
"msg_status": "read",
"error_code": "",
"failed_reason": "",
"failed_at": 0,
"time_stamp": 1739443329,
"accepted_at": 1739443330,
"sent_at": 1739443336,
"delivered_at": 1739443336,
"read_at": 1739443341,
"language": "en_US",
"template_name": "normai_media"
}
]
Examples
Example 1:
curl --location 'https://alb-backend.msgkart.com/api/v2/message/Business ID/status/<TRANSACTION ID>/complete?apikey=<API KEY>' \
--data '
[
{
"msgkart_msg_id": "66ddbff8-0337-4a1f-822c-e09e10ce3a0b",
"subscriber_id": "919739316704",
"msg_type": "template",
"msg_status": "read",
"error_code": "",
"failed_reason": "",
"failed_at": 0,
"time_stamp": 1739443329,
"accepted_at": 1739443330,
"sent_at": 1739443336,
"delivered_at": 1739443336,
"read_at": 1739443341,
"language": "en_US",
"template_name": "normai_media"
}
]'